home *** CD-ROM | disk | FTP | other *** search
- global gMasterData
-
- on prepareMovie
- setUserArea(gMasterData, #plan)
- set the keyDownScript to "quitCatcher"
- cursor(0)
- end
-
- on stopMovie
- clearSoundUsage(gMasterData, ["195", "196", "197", "198", "199", "200"])
- end
-
- on initFields
- set vEmptyList to []
- repeat with X in vEmptyList
- set the text of member X to " "
- set the textFont of member X to "Palatino"
- set the textSize of member X to 14
- set the text of member X to EMPTY
- end repeat
- end
-